.af-main-hidden {
  overflow: hidden;
}
.h-banner {
  /*padding: 26px 0 0 0;*/
  padding: 0;
  margin: 0;
}
.h-banner .af-w-max {
  height: 100%;
  max-width: 1120px;
}
.h-banner-header-text {
  position: absolute;
  width: 100%;
  text-align: center;
}
.h-banner-header-text > div {
  font-family: '微软雅黑', '新宋体', '楷体' !important;
  color: #fff;
  font-size: 24px;
  margin-left: -126px;
  top: 42px;
  position: relative;
  z-index: 2;
}
.h-banner-header-text > img {
  max-width: 100%;
  display: block;
  position: relative;
  margin: auto;
  top: 42px;
}
.h-banner-slide {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #4554ba;
  height: 613px;
}
.h-banner-slide .switch-banner-left,
.h-banner-slide .switch-banner-right {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}
.h-banner-slide .switch-banner-left img,
.h-banner-slide .switch-banner-right img {
  display: block;
  width: 100%;
  height: 100%;
}
.h-banner-slide .switch-banner-left:hover,
.h-banner-slide .switch-banner-right:hover {
  box-shadow: 0px 3px 12px 0 rgba(0, 0, 0, 0.09);
}
.h-banner-slide .switch-banner-left:hover .hover-button,
.h-banner-slide .switch-banner-right:hover .hover-button {
  display: block;
}
.h-banner-slide .switch-banner-left:hover .default-button,
.h-banner-slide .switch-banner-right:hover .default-button {
  display: none;
}
.h-banner-slide .switch-banner-left .hover-button,
.h-banner-slide .switch-banner-right .hover-button {
  display: none;
}
.h-banner-slide .switch-banner-left {
  left: 0;
}
.h-banner-slide .switch-banner-right {
  right: 0;
}
.h-banner-slide .swiper-banner-control {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  z-index: 1;
}
.h-banner-slide .swiper-banner-control .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 16px;
  background-color: transparent;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #ffffff;
  opacity: 1;
}
.h-banner-slide .swiper-banner-control .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.micro-page-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 32px;
  position: absolute;
  padding: 5px 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.12);
  z-index: 100;
}
.micro-page-banner .micro-page-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 4px;
}
.micro-page-banner .micro-page-text img {
  display: block;
  width: 16px;
  height: 16px;
}
.micro-page-banner .micro-page-text span {
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.micro-page-banner .micro-page-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 12px;
}
.micro-page-banner .micro-page-button .micro-page-introduce {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.micro-page-banner .micro-page-button .micro-page-create {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: #04bdb2;
  color: #ffffff;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1px solid #04bdb2;
  cursor: pointer;
}
.app-download-tip {
  display: flex;
  align-items: center;
  position: relative;
  width: 260px;
  height: 36px;
  background: linear-gradient(90deg, rgba(84, 142, 255, 0.5) 0%, rgba(84, 142, 255, 0) 100%);
  border-radius: 18px;
  cursor: pointer;
}
.app-download-tip .qrcode-title {
  margin-top: 16px;
  font-size: 16px;
  line-height: 19px;
}
.app-download-tip .content {
  position: relative;
  overflow: hidden;
  height: 20px;
  width: 80%;
}
.app-download-tip .content span {
  display: block;
  position: absolute;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  color: #ffffff;
  line-height: 19px;
  opacity: 0.6;
}
.app-download-tip .content span.content-show {
  top: 0;
  transition: top 0.175s ease-out;
}
.app-download-tip .content span.content-hide {
  top: 20px;
  transition: top 0.175s ease-out;
}
.app-download-tip .content span.content-hide-top {
  top: -20px;
  transition: none;
}
.app-download-tip > .apple,
.app-download-tip > .android {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(123, 157, 255, 0.5);
  overflow: hidden;
}
.app-download-tip .apple > div,
.app-download-tip .android > div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.app-download-tip .apple {
  margin: 0 4px 0 6px;
}
.app-download-tip .apple .apple-icon.icon-show {
  top: 0;
  transition: top 0.175s ease-out;
}
.app-download-tip .apple .apple-icon.icon-hide {
  top: 20px;
  transition: top 0.175s ease-out;
}
.app-download-tip .apple .apple-icon.icon-hide-top {
  top: -20px;
  transition: none;
}
.app-download-tip .apple .download-icon.icon-show {
  top: 0;
  transition: top 0.175s ease-out;
}
.app-download-tip .apple .download-icon.icon-hide {
  top: 20px;
  transition: top 0.175s ease-out;
}
.app-download-tip .apple .download-icon.icon-hide-top {
  top: -20px;
  transition: none;
}
.app-download-tip .android {
  margin-right: 6px;
}
.app-download-tip .android .android-icon.icon-show {
  top: 0;
  transition: top 0.175s ease-out;
}
.app-download-tip .android .android-icon.icon-hide {
  top: 20px;
}
.app-download-tip .android .android-icon.icon-hide-top {
  top: -20px;
}
.app-download-tip .android .download-icon.icon-show {
  top: 0;
  transition: top 0.175s ease-out;
}
.app-download-tip .android .download-icon.icon-hide {
  top: 20px;
}
.app-download-tip .android .download-icon.icon-hide-top {
  top: -20px;
}
.app-download-tip .app-download-qrcode .qrcode-second-title span {
  display: inline-block;
  font-size: 14px;
  color: #999;
  line-height: 16px;
  vertical-align: middle;
}
.app-download-qrcode,
.free-trial-qrcode {
  position: absolute;
  margin-top: 5px;
  width: 262px;
  height: 269px;
  padding: 25px 50px 15px;
  top: 100%;
  background-image: url('/images/home/appDownloadTip/app_download_pop_window_background.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  text-align: center;
  transition: all 0.175s ease-out;
  cursor: default;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.09);
}
.app-download-qrcode.pop-window-hide,
.free-trial-qrcode.pop-window-hide {
  opacity: 0;
  visibility: hidden;
}
.app-download-qrcode.pop-window-show,
.free-trial-qrcode.pop-window-show {
  opacity: 1;
  visibility: visible;
}
.app-download-qrcode .qrcode,
.free-trial-qrcode .qrcode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 161px;
  height: 161px;
  border: 1px solid #ececec;
}
.app-download-qrcode .qrcode .qrcode-corner-box,
.free-trial-qrcode .qrcode .qrcode-corner-box {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #0076fe;
  z-index: 2;
}
.app-download-qrcode .qrcode .top-left-box,
.free-trial-qrcode .qrcode .top-left-box {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.app-download-qrcode .qrcode .top-right-box,
.free-trial-qrcode .qrcode .top-right-box {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}
.app-download-qrcode .qrcode .bottom-left-box,
.free-trial-qrcode .qrcode .bottom-left-box {
  bottom: 0;
  left: 0;
  border-top: none;
  border-right: 0;
}
.app-download-qrcode .qrcode .bottom-right-box,
.free-trial-qrcode .qrcode .bottom-right-box {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
.app-download-qrcode .qrcode .qrcode-img,
.free-trial-qrcode .qrcode .qrcode-img {
  margin: 0 auto;
  width: 145px;
  height: 145px;
  border-radius: 5px;
  overflow: hidden;
}
.app-download-qrcode .qrcode-line,
.free-trial-qrcode .qrcode-line {
  display: block;
  margin-top: 6px;
  width: 100%;
  height: 1px;
  background-color: #999999;
}
.app-download-qrcode .qrcode-title,
.free-trial-qrcode .qrcode-title {
  display: block;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #333940;
}
.app-download-qrcode .qrcode-second-title span,
.free-trial-qrcode .qrcode-second-title span {
  font-weight: 700;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
}
.app-download-qrcode .qrcode-second-title {
  margin-top: 8px;
}
.free-trial-qrcode {
  left: 50%;
  transform: translateX(-50%);
}
.free-trial-qrcode .qrcode-title {
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
}
.free-trial-qrcode .qrcode-second-title {
  margin-top: 6px;
}
.free-trial-qrcode .qrcode-second-title span {
  display: block;
  font-size: 12px;
  color: #000000;
  line-height: 14px;
  text-align: left;
}
.h-banner-img {
  position: absolute;
  padding-top: 43px;
  background-position: center center;
  background-size: cover;
  z-index: 20;
}
.h-banner-img.slide-2 {
  background-color: #166bc8;
  background-image: url('/images/home/banner11.jpg');
}
.h-banner-img.slide-2 .h-banner-100 {
  position: absolute;
  left: 0;
  right: 0;
  top: 58px;
  bottom: 40px;
}
.h-banner-img.slide-2 .h-banner-left {
  position: absolute;
  top: 0;
  /*left: 33px;*/
  left: 0px;
  bottom: 0;
  width: 540px;
}
.h-banner-img.slide-2 .h-banner-left-text2 {
  position: relative;
  color: #fff;
  font-family: '微软雅黑', '新宋体', '楷体' !important;
  font-size: 18px;
  letter-spacing: 1.5px;
  padding-bottom: 14px;
}
.h-banner-img.slide-2 .h-banner-left-text2 > .t-1 {
  font-size: 39px;
  font-weight: bold;
  line-height: 46px;
  color: #f7dd5c;
  text-shadow: -1px 1px 1px #616161;
}
.h-banner-img.slide-2 .h-banner-left-text2 > p .spacing-2 {
  letter-spacing: 2px;
  font-size: 30px;
  padding-top: 13px;
  line-height: 32px;
}
.h-banner-img.slide-2 .h-banner-left-text {
  color: #fff;
  font-size: 16px;
  position: relative;
  padding-left: 44px;
  width: 100%;
  line-height: 22px;
  background-image: url(/images/home/banner-text.png);
  background-repeat: no-repeat;
  padding-bottom: 28px;
}
.h-banner-img.slide-2 .h-banner-left-text > p {
  /*padding-top: 8px;*/
  line-height: 42px;
  font-size: 16px;
  letter-spacing: 0.4px;
}
.h-banner-img.slide-2 .h-banner-left-text > p .point {
  /*color: #81FFC9;*/
}
.h-banner-img.slide-2 .h-banner-btn {
  position: relative;
  left: 3px;
}
.h-banner-img.slide-2 .h-banner-btn > div,
.h-banner-img.slide-2 .h-banner-btn > a {
  display: inline-block;
  width: 207px;
  height: 67px;
  cursor: pointer;
}
.h-banner-img.slide-2 .h-banner-btn .free-upload {
  margin-right: 23px;
  background-image: url(/images/home/free-upload.png);
  background-position: -12px -11px;
}
.h-banner-img.slide-2 .h-banner-btn .free-upload:hover {
  background-position: -12px -99px;
}
.h-banner-img.slide-2 .h-banner-btn .free-upload:active {
  background-position: -12px -187px;
}
.h-banner-img.slide-2 .h-banner-btn .templates-make {
  background-image: url(/images/home/templates-make.png);
  background-position: -10px -16px;
}
.h-banner-img.slide-2 .h-banner-btn .templates-make:hover {
  background-position: -10px -104px;
}
.h-banner-img.slide-2 .h-banner-btn .templates-make:active {
  background-position: -10px -192px;
}
.h-banner-img.slide-2 .h-banner-btn .h-banner-upload {
  position: relative;
  left: 3px;
  width: 252px;
  height: 64px;
  cursor: pointer;
  background-image: url(/images/home/banner-btn.png);
  background-position: -1px -5px;
}
.h-banner-img.slide-2 .h-banner-btn .h-banner-upload:hover {
  background-position: -1px -80px;
}
.h-banner-img.slide-2 .h-banner-btn .h-banner-upload:active {
  background-position: -1px -153px;
}
.h-banner-img.slide-2 .h-banner-right {
  background-image: url(/images/home/banner-shelf.png);
  background-repeat: no-repeat no-repeat;
  position: absolute;
  /* right: 70px; */
  right: 0px;
  left: auto;
  top: 0;
  bottom: 0;
  width: 570px;
  margin-top: 82px;
}
.h-banner-img.slide-2 .h-banner-right .h-banner-demos {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.h-banner-img.slide-2 .h-banner-right .h-banner-demos .demo-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.h-banner-img.slide-2 .h-banner-right .h-banner-demos .demo-img > img {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.h-banner-img.slide-2 .h-banner-right .h-banner-demos .demo-text {
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
  bottom: -19px;
  text-shadow: 0 2px 0px #2d2d2d;
}
.h-banner-img.slide-2 .h-banner-right .h-banner-demos .h-banner-demo-row1,
.h-banner-img.slide-2 .h-banner-right .h-banner-demos .h-banner-demo-row2 {
  position: absolute;
  left: 65px;
  right: 46px;
  height: 160px;
}
.h-banner-img.slide-2 .h-banner-right .h-banner-demos .h-banner-demo-row1 > div,
.h-banner-img.slide-2 .h-banner-right .h-banner-demos .h-banner-demo-row2 > div {
  position: relative;
  font-size: 0px;
  line-height: 0px;
  width: 120px;
  height: 160px;
  display: inline-block;
  margin: 0 13px;
  float: left;
}
.h-banner-img.slide-2 .h-banner-right .h-banner-demos .h-banner-demo-row1 {
  top: -85px;
}
.h-banner-img.slide-2 .h-banner-right .h-banner-demos .h-banner-demo-row1 > div.demo-1 .h-banner-hover {
  height: 134px;
  width: 94px;
  left: 11px;
  top: 1px;
  position: absolute;
  /* overflow: visible; */
}
.h-banner-img.slide-2 .h-banner-right .h-banner-demos .h-banner-demo-row1 > div.demo-1 .hover-demo {
  background-image: url('/images/home/d-1.png');
}
.h-banner-img.slide-2 .h-banner-right .h-banner-demos .h-banner-demo-row1 > div.demo-2 .h-banner-hover {
  height: 133px;
  width: 94px;
  left: 11px;
  top: 1px;
  position: absolute;
}
.h-banner-img.slide-2 .h-banner-right .h-banner-demos .h-banner-demo-row1 > div.demo-2 .hover-demo {
  background-image: url('/images/home/d-2.png');
}
.h-banner-img.slide-2 .h-banner-right .h-banner-demos .h-banner-demo-row1 > div.demo-3 .h-banner-hover {
  height: 134px;
  width: 94px;
  left: 11px;
  top: 1px;
  position: absolute;
}
.h-banner-img.slide-2 .h-banner-right .h-banner-demos .h-banner-demo-row1 > div.demo-3 .hover-demo {
  background-image: url('/images/home/d-3.png');
}
.h-banner-img.slide-2 .h-banner-right .h-banner-demos .h-banner-demo-row2 {
  top: 120px;
}
.h-banner-img.slide-2 .h-banner-right .h-banner-demos .h-banner-demo-row2 > div.demo-1 .h-banner-hover {
  height: 133px;
  width: 94px;
  left: 11px;
  top: 1px;
  position: absolute;
}
.h-banner-img.slide-2 .h-banner-right .h-banner-demos .h-banner-demo-row2 > div.demo-1 .hover-demo {
  background-image: url('/images/home/d-4.png');
}
.h-banner-img.slide-2 .h-banner-right .h-banner-demos .h-banner-demo-row2 > div.demo-2 .h-banner-hover {
  height: 134px;
  width: 94px;
  left: 11px;
  top: 1px;
  position: absolute;
}
.h-banner-img.slide-2 .h-banner-right .h-banner-demos .h-banner-demo-row2 > div.demo-2 .hover-demo {
  background-image: url('/images/home/d-5.png');
}
.h-banner-img.slide-2 .h-banner-right .h-banner-demos .h-banner-demo-row2 > div.demo-3 .h-banner-hover {
  height: 134px;
  width: 94px;
  left: 11px;
  top: auto;
  position: absolute;
  bottom: 24px;
}
.h-banner-img.slide-2 .h-banner-right .h-banner-demos .h-banner-demo-row2 > div.demo-3 .hover-demo {
  background-image: url('/images/home/d-6.png');
}
.h-banner-img.slide-2 .h-banner-right .h-banner-highlight {
  overflow: hidden;
}
.h-banner-img.slide-2 .h-banner-right .h-banner-highlight > .light-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.h-banner-img.slide-2 .h-banner-right .h-banner-hover {
  position: relative;
  overflow: hidden;
}
.h-banner-img.slide-2 .tips-container {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 15px;
}
.h-banner-img.slide-2 .tool-tip {
  display: flex;
  align-items: center;
  width: 260px;
  height: 36px;
  background-image: linear-gradient(90deg, rgba(84, 142, 255, 0.5) 0%, rgba(84, 142, 255, 0) 100%);
  border-radius: 18px;
}
.h-banner-img.slide-2 .tool-tip img {
  display: inline-block;
  margin: 0 8px 0 6px;
  width: 24px;
  height: 24px;
}
.h-banner-img.slide-2 .tool-tip > span {
  font-size: 15px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  opacity: 0.6;
}
.h-banner-img.slide-1 {
  /* background-color: #1D79BC; */
  /* background-image: url("/images/home/banner2.jpg"); */
  background: #173a70 linear-gradient(134deg, #173a70 0%, #2e4e81 63%, #14315d 83%);
}
.h-banner-img.slide-1 .slide-1-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 110px auto 0;
  max-width: 1350px;
}
.h-banner-img.slide-1 .slide-1-inner .slide-1-button-group {
  position: relative;
  margin: 58px 0 0 8px;
}
.h-banner-img.slide-1 .slide-1-inner .slide-1-button-group > a {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 64px;
  box-shadow: 0px 4px 4px 0px rgba(11, 19, 36, 0.19);
  border-radius: 4px;
}
.h-banner-img.slide-1 .slide-1-inner .slide-1-button-group .button-left {
  margin-right: 26px;
  background: linear-gradient(180deg, #07c281 0%, #02b667 100%);
}
.h-banner-img.slide-1 .slide-1-inner .slide-1-button-group .button-left:hover {
  background: linear-gradient(180deg, #07cc8d 0%, #04c376 100%);
}
.h-banner-img.slide-1 .slide-1-inner .slide-1-button-group .button-left:active {
  background: linear-gradient(180deg, #06b56f 0%, #02a756 100%);
}
.h-banner-img.slide-1 .slide-1-inner .slide-1-button-group .button-right {
  background-color: #ffffff;
}
.h-banner-img.slide-1 .slide-1-inner .slide-1-button-group .button-right:hover {
  background-color: #f5f5f5;
}
.h-banner-img.slide-1 .slide-1-inner .slide-1-button-group .content {
  display: block;
  font-size: 20px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
}
.h-banner-img.slide-1 .slide-1-inner .slide-1-button-group .button-left .content {
  color: #ffffff;
}
.h-banner-img.slide-1 .slide-1-inner .slide-1-button-group .button-right .content {
  color: #124498;
}
.h-banner-img.slide-1 .slide-1-inner .slide-1-button-group .button-right .check-example {
  display: inline-block;
  position: absolute;
  right: -10px;
  bottom: 0;
  transform: translate(100%, 25%);
  pointer-events: none;
}
.h-banner-img.slide-1 .slide-1-inner .slide-1-button-group .scan-qrcode {
  display: block;
  position: absolute;
  right: -29px;
  transform: translateX(-100%);
  margin-top: 15px;
}
.h-banner-img.slide-1 .slide-1-inner .slide-1-button-group .scan-qrcode .scan-qrcode-content {
  font-size: 12px;
  color: #ffffff;
  opacity: 0.5;
}
.h-banner-img.slide-1 .slide-1-inner .slide-1-button-group .scan-qrcode img {
  transform: rotate(-5deg);
  vertical-align: baseline;
}
.h-banner-img.slide-3 {
  background-image: linear-gradient(180deg, #dbe9ff 0%, #e8f4ff 52%, #dbebff 100%);
}
.h-banner-img.slide-3 .slide-3-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 95px auto 0;
  width: 1223px;
}
.h-banner-img.slide-3 .slide-3-inner .slide-3-title {
  display: inline-block;
  position: relative;
  margin-bottom: 16px;
  font-size: 64px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 700;
  color: #121626;
  line-height: 72px;
}
.h-banner-img.slide-3 .slide-3-inner .slide-3-title > span {
  display: block;
}
.h-banner-img.slide-3 .slide-3-inner .slide-3-desc {
  display: block;
  margin-bottom: 36px;
  font-size: 16px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #646972;
  line-height: 28px;
}
.h-banner-img.slide-3 .slide-3-inner .slide-3-desc > span {
  display: block;
}
.h-banner-img.slide-3 .slide-3-inner .slide-3-desc .blue {
  color: #0099ff;
}
.h-banner-img.slide-3 .slide-3-inner .slide-3-button {
  display: inline-block;
  width: 192px;
  height: 56px;
  background-color: #0099ff;
  border-radius: 6px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 20px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 56px;
}
.h-banner-img.slide-4 {
  padding-top: 64px;
  background-image: linear-gradient(180deg, #e4faf7 6.03%, #e8f9f7 65.63%);
}
.h-banner-img.slide-4 .slide-4-inner {
  max-width: 1085px;
  margin: 0 auto;
}
.h-banner-img.slide-4 .slide-4-inner .first-desc {
  display: block;
  margin-bottom: 8px;
  color: rgba(30, 67, 65, 0.8);
  font-family: 'Microsoft YaHei';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.h-banner-img.slide-4 .slide-4-inner .second-desc {
  display: block;
  margin-bottom: 4px;
  color: #1e4341;
  font-family: 'Microsoft YaHei';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
}
.h-banner-img.slide-4 .slide-4-inner .second-desc .color {
  color: #04bdb2;
}
.h-banner-img.slide-4 .slide-4-inner .third-desc {
  display: block;
  color: #1e4341;
  font-family: 'Microsoft YaHei';
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
}
.h-banner-img.slide-4 .slide-4-inner .micro-page-introduce {
  display: flex;
  justify-content: space-between;
}
.h-banner-img.slide-4 .slide-4-inner .micro-page-introduce .introduce-left .function-list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin-top: 34px;
}
.h-banner-img.slide-4 .slide-4-inner .micro-page-introduce .introduce-left .function-list .function-item {
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed rgba(0, 131, 124, 0.35);
}
.h-banner-img.slide-4 .slide-4-inner .micro-page-introduce .introduce-left .function-list .function-item img {
  display: block;
  width: 20px;
  height: 20px;
}
.h-banner-img.slide-4 .slide-4-inner .micro-page-introduce .introduce-left .function-list .function-item span {
  color: rgba(30, 67, 65, 0.8);
  font-family: 'Microsoft YaHei';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.h-banner-img.slide-4 .slide-4-inner .micro-page-introduce .introduce-left .micro-page-button-group {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-top: 43px;
}
.h-banner-img.slide-4 .slide-4-inner .micro-page-introduce .introduce-left .micro-page-button-group .micro-page-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 44px;
  cursor: pointer;
}
.h-banner-img.slide-4 .slide-4-inner .micro-page-introduce .introduce-left .micro-page-button-group .micro-page-button.know {
  color: #04bdb2;
  font-family: 'Microsoft YaHei';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
  border-radius: 6px;
  border: 1px solid #04bdb2;
}
.h-banner-img.slide-4 .slide-4-inner .micro-page-introduce .introduce-left .micro-page-button-group .micro-page-button.know:hover {
  background-color: #ffffff;
  color: #04bdb2;
}
.h-banner-img.slide-4 .slide-4-inner .micro-page-introduce .introduce-left .micro-page-button-group .micro-page-button.create {
  color: #fff;
  font-family: 'Microsoft YaHei';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
  border-radius: 6px;
  background-color: #04bdb2;
  border: 1px solid #04bdb2;
}
.h-banner-img.slide-4 .slide-4-inner .micro-page-introduce .introduce-left .micro-page-button-group .micro-page-button.create:hover {
  background-color: #00a89e;
}
.h-banner-img.slide-4 .slide-4-inner .micro-page-introduce .introduce-right {
  position: relative;
  top: -15px;
  width: 622.222px;
  height: 300px;
  border-radius: 16.842px;
  background: rgba(172, 227, 224, 0.2);
}
.h-banner-img.slide-4 .slide-4-inner .micro-page-introduce .introduce-right img {
  display: block;
  width: 100%;
  height: 100%;
}
.h-banner-img.slide-5 {
  background-color: #f3f4fb;
}
.h-banner-img.slide-5 .slide-5-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1250px;
  margin: 0 auto;
  padding-top: 121px;
}
.h-banner-img.slide-5 .slide-5-inner .inner-left .first-desc {
  display: block;
  margin-bottom: 4px;
  color: #1e2943;
  font-family: 'Microsoft YaHei';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
}
.h-banner-img.slide-5 .slide-5-inner .inner-left .second-desc {
  display: block;
  margin-bottom: 29px;
  color: #1e2943;
  font-family: 'Microsoft YaHei';
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.6px;
}
.h-banner-img.slide-5 .slide-5-inner .inner-left .second-desc .color {
  color: #5973fb;
}
.h-banner-img.slide-5 .slide-5-inner .inner-left .fetures {
  display: flex;
  align-items: center;
  column-gap: 14px;
  margin-bottom: 32px;
}
.h-banner-img.slide-5 .slide-5-inner .inner-left .fetures .fetures-item {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.h-banner-img.slide-5 .slide-5-inner .inner-left .fetures .fetures-item .fetures-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 11px 8px;
  border-radius: 50%;
  border: 1.35px solid rgba(198, 200, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 2.7px 9px 0px rgba(255, 255, 255, 0.1);
}
.h-banner-img.slide-5 .slide-5-inner .inner-left .vr-button-group {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.h-banner-img.slide-5 .slide-5-inner .inner-left .vr-button-group .vr-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 54px;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #5973fb;
}
.h-banner-img.slide-5 .slide-5-inner .inner-left .vr-button-group .vr-button.know {
  color: #5973fb;
  font-family: 'Microsoft YaHei';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
}
.h-banner-img.slide-5 .slide-5-inner .inner-left .vr-button-group .vr-button.know:hover {
  background-color: #ffffff;
}
.h-banner-img.slide-5 .slide-5-inner .inner-left .vr-button-group .vr-button.create {
  column-gap: 4px;
  background-color: #5973fb;
}
.h-banner-img.slide-5 .slide-5-inner .inner-left .vr-button-group .vr-button.create:hover {
  background-color: #4765ff;
}
.h-banner-img.slide-5 .slide-5-inner .inner-left .vr-button-group .vr-button.create span {
  color: #fff;
  font-family: 'Microsoft YaHei';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
}
.h-banner-img.slide-5 .slide-5-inner .inner-left .vr-button-group .vr-button.create img {
  display: block;
  width: 24px;
  height: 24px;
}
.h-banner-img.slide-5 .slide-5-inner .inner-right {
  text-align: center;
}
.h-banner-img.slide-5 .slide-5-inner .inner-right img {
  display: block;
  width: 611px;
  height: 333px;
}
.h-banner-img.slide-5 .slide-5-inner .inner-right span {
  color: rgba(30, 41, 67, 0.7);
  font-family: 'PingFang SC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.h-banner-control {
  position: absolute;
  /*background: #f00;*/
  height: 40px;
  z-index: 30;
  bottom: 0px;
  left: 50%;
  margin-left: -50px;
  text-align: center;
}
.h-banner-control .h-banner-point {
  position: relative;
  display: flex;
  overflow: hidden;
  gap: 10px;
}
.h-banner-control .h-banner-point > li {
  position: relative;
  width: 16px;
  height: 16px;
  background-color: transparent;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
}
.h-banner-control .h-banner-point > li.active {
  background-color: #fff;
}
